home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / ALGEBRA Demo / glossary < prev    next >
Encoding:
Text File  |  1988-07-06  |  3.3 KB  |  131 lines

  1. #1
  2. Algebraic expression
  3. An algebraic expression includes terms consisting
  4. of numbers and variables, combined with arithmetic
  5. operators and parentheses.
  6. #2
  7. Simplify
  8. A simplified expression is one reduced to lowest terms.
  9.  
  10.  
  11. #3
  12. Evaluate
  13. You evaluate an expression by substituting a numeric
  14. value for the variable x.
  15.  
  16. #4
  17. Numeric expression
  18. A numeric expression consists of numbers, combined 
  19. with arithmetic operators and parentheses.
  20.  
  21. #5
  22. Scientific notation
  23. A number is in scientific notation when it is expressed as
  24. a product of a number between 1 and 10 and a power of 10.
  25.  
  26. #8
  27. Greatest Common Factor (GCF)
  28. The Greatest Common Factor of two numbers is the largest
  29. whole number which divides both of the numbers.
  30.  
  31. #9
  32. Least Common Multiple (LCM)
  33. The Least Common Multiple of two numbers is the smallest
  34. whole number divisible by each of the numbers.
  35.  
  36. #12
  37. Point
  38. You describe a point in the X-Y plane by two coordinates,
  39. x and y, where x is the distance from the point to the 
  40. X-axis and y is the distance from the point to the Y-axis.
  41. #13
  42. Slope
  43. The slope of a straight line is the change in the
  44. y-direction divided by the change in the x-direction.
  45. The slope is not defined for vertical lines.
  46. #14
  47. x-intercept
  48. The x-intercept of a straight line is the x-coordinate
  49. of the point where the line crosses the x-axis.
  50. It is not defined for horizontal lines.
  51. #15
  52. y-intercept
  53. The y-intercept of a straight line is the y-coordinate
  54. of the point where the line crosses the y-axis.
  55. It is not defined for vertical lines.
  56. #16
  57. Linear equations
  58. A linear equation in two unknowns is one of the form 
  59. a*x + b*y + c = 0, where x and y are variables.  
  60. Its equation is a straight line.
  61. #17
  62. Linear equations
  63. An equation of the form a1*x1 + a2*x2+...+ an*xn = a,
  64. where a1,a2,..,an and a are real numbers and x1,x2,..,xn
  65. are variables, is a linear equation in n variables.
  66. #20
  67. Triangle
  68. A triangle is a three-sided figure.
  69.  
  70.  
  71. #21
  72. Square
  73. A square is a four-sided figure with four equal
  74. sides and four equal angles.
  75.  
  76. #22
  77. Rectangle
  78. A rectangle is a four-sided figure with four right
  79. angles and its opposite sides parallel.
  80.  
  81. #23
  82. Parallelogram
  83. A parallelogram is a four-sided figure with both pairs
  84. of opposide sides equal and parallel.
  85.  
  86. #24
  87. Trapezoid
  88. A trapezoid is a four-sided figure with one pair
  89. of opposite sides parallel.
  90.  
  91. #30
  92. Square root
  93. The square root of a number is the number which
  94. is multiplied by itself to give the original number.
  95.  
  96. #31
  97. Distance
  98. The distance between two points in the X-Y plane is
  99. given by distance = sqr(x^2 + y^2).
  100.  
  101. #32
  102. Hypotenuse
  103. The hypotenuse of a right triangle is the side opposite
  104. the right angle.
  105.  
  106. #34
  107. Inequality
  108. A statement of inequality includes algebraic expressions
  109. and the operators > (greater than), >= (greater than 
  110. or equal to), < (less than), or <= (less than or equal to).
  111. #35
  112. Quadratic equation
  113. A quadratic equation is an equation of the form
  114. A*x^2 + B*x + C = 0.
  115.  
  116. #36
  117. Factoring
  118. Factoring is a method of solving equations by which
  119. a polynomial is expressed as a product of other
  120. polynomials, which can be set to zero.
  121. #37
  122. Quadratic formula
  123. The quadratic formula gives the roots of a quadratic
  124. equation A*x^2 + B^x + C = 0 by
  125. (-B + Sqr(B^2-4*A*C))/(2*A) and (-B - Sqr(B^2-4*A*C))/(2*A)
  126. #38
  127. Roots
  128. The zeros of a function are the x-intercepts of the 
  129. graph of the function.  They are the roots of the 
  130. equation f(x) = 0.
  131.